Pro Spring Security by Carlo Scarioni & Massimo Nardone

Pro Spring Security by Carlo Scarioni & Massimo Nardone

Author:Carlo Scarioni & Massimo Nardone
Language: eng
Format: epub
ISBN: 9781484250525
Publisher: Apress


Open the project and update the pom.xml file as shown Listing 6-24.<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-starter-parent</artifactId>

<version>2.1.4.RELEASE</version>

<relativePath/> <!-- lookup parent from repository -->

</parent>

<groupId>com.apress</groupId>

<artifactId>SpringSecurityX509Auth</artifactId>

<version>0.0.1-SNAPSHOT</version>

<packaging>war</packaging>

<name>SpringSecurityX509Auth</name>

<description>Spring Security project for X509 Authentication</description>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.